home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / util / sys / splitter.lha / .splitterrc next >
Text File  |  1999-12-04  |  823b  |  26 lines

  1. ; Example configuration file for splitter
  2. ; If you want to customize splitter default values, modify this file to suit
  3. ; your needs and put it to your $HOME/.splitterrc
  4. ; You can override theese settings by passing corresponding option from the
  5. ; command line.
  6. ;
  7. ; size of an internal I/O buffer - the higher value = faster operation 
  8. ; but more memory
  9. BUFFERSIZE    = 8112
  10. ; size of produced files
  11. HUGESIZE    = 730112 ; MSDOS DD
  12. ; name of produced files
  13. HUGENAME    = hugename
  14. ; how verbose splitter should be (0 for minimal, 2 maximal)
  15. VERBOSITY    = 2
  16. ; for join operation:
  17. ; if uncommented, splitter does not set the date of newly created file to
  18. ; the date recorded in the table
  19. ;IGNOREDATE
  20. ; do not care about CRC error
  21. ;IGNORECRC
  22. ; overwrite only older files
  23. ;UPDATE
  24. ; do not ask before overwriting an existing file
  25. ;OVERWRITE
  26.